File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NEWS
22----
33
4+ New in 2.0.4:
5+ - remove the install_requires from setup.py
6+
7+ New in 2.0.2a0, 2.0.3:
8+ - attempts to fix installation in PyPi
9+
410New in 2.0.2:
511- removed shebang from example/cupstree.py
612- ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385)
Original file line number Diff line number Diff line change 3636
3737from distutils .core import setup , Extension
3838import sys
39- VERSION = "2.0.3 "
39+ VERSION = "2.0.4 "
4040libraries = ["cups" ]
4141
4242if sys .platform == "darwin" or sys .platform .startswith ("freebsd" ):
6161 "Programming Language :: Python :: 3" ,
6262 ],
6363 license = "GPLv2+" ,
64- install_requires = [
65- 'gcc' ,
66- 'python3-devel' ,
67- ],
6864 ext_modules = [Extension ("cups" ,
6965 ["cupsmodule.c" , "cupsconnection.c" ,
7066 "cupsppd.c" , "cupsipp.c" ],
You can’t perform that action at this time.
0 commit comments