Skip to content

Commit

Permalink
Remove install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Apr 18, 2024
1 parent 5f777bb commit b323570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
NEWS
----

New in 2.0.4:
- remove the install_requires from setup.py

New in 2.0.2a0, 2.0.3:
- attempts to fix installation in PyPi

New in 2.0.2:
- removed shebang from example/cupstree.py
- ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385)
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from distutils.core import setup, Extension
import sys
VERSION="2.0.3"
VERSION="2.0.4"
libraries=["cups"]

if sys.platform == "darwin" or sys.platform.startswith("freebsd"):
Expand All @@ -61,10 +61,6 @@
"Programming Language :: Python :: 3",
],
license="GPLv2+",
install_requires=[
'gcc',
'python3-devel',
],
ext_modules=[Extension("cups",
["cupsmodule.c", "cupsconnection.c",
"cupsppd.c", "cupsipp.c"],
Expand Down

0 comments on commit b323570

Please sign in to comment.