Skip to content

Commit

Permalink
remove gnureadline from package requirements; if not present it will …
Browse files Browse the repository at this point in the history
…work without it
  • Loading branch information
adriansev committed Mar 15, 2024
1 parent 46fabb7 commit cb6c550
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
if not "ALIBUILD" in os.environ:
selected_requirements = base_requirements + local_requirements

defined_extras = {}
if sys.platform.lower() == 'darwin':
defined_extras['GNUREADLINE'] = ['gnureadline']

setuptools.setup(
name = "alienpy",
version = ALIENPY_VERSION_STR,
Expand All @@ -45,7 +41,6 @@
long_description_content_type = "text/markdown",
url = "https://gitlab.cern.ch/jalien/xjalienfs",
install_requires = selected_requirements,
extras_require = defined_extras,
python_requires = '>=3.6',
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit cb6c550

Please sign in to comment.