source:
fullrmc-pkg/pdbparser/zipsafe.patch
@
4445
Last change on this file since 4445 was 4383, checked in by toby, 3 years ago | |
---|---|
File size: 452 bytes |
Rev | Line | |
---|---|---|
[4383] | 1 | *** /tmp/setup.py-orig 2020-03-30 15:38:05.000000000 -0500 |
2 | --- setup.py 2020-03-30 16:14:24.000000000 -0500 | |
3 | *************** | |
4 | *** 206,211 **** | |
5 | --- 206,212 ---- | |
6 | # Dependent packages (distributions) | |
7 | install_requires=['pysimplelog','pypref'], # it also needs numpy, but this is left for the user to install. | |
8 | setup_requires=[''], | |
9 | + zip_safe=False, | |
10 | ) | |
11 | ||
12 | # setup |
Note: See TracBrowser
for help on using the repository browser.