##// END OF EJS Templates
build: fixed setuptools
milka -
r919:648a9697 stable
parent child Browse files
Show More
@@ -0,0 +1,12 b''
1 diff -rup pytest-4.6.5-orig/setup.py pytest-4.6.5/setup.py
2 --- pytest-4.6.5-orig/setup.py 2018-04-10 10:23:04.000000000 +0200
3 +++ pytest-4.6.5/setup.py 2018-04-10 10:23:34.000000000 +0200
4 @@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
5 def main():
6 setup(
7 use_scm_version={"write_to": "src/_pytest/_version.py"},
8 - setup_requires=["setuptools-scm", "setuptools>=40.0"],
9 + setup_requires=["setuptools-scm", "setuptools<=42.0"],
10 package_dir={"": "src"},
11 # fmt: off
12 extras_require={ No newline at end of file
@@ -65,6 +65,12 b' self: super: {'
65 ];
65 ];
66 });
66 });
67
67
68 "pytest" = super."pytest".override (attrs: {
69 patches = [
70 ./patches/pytest/setuptools.patch
71 ];
72 });
73
68 # Avoid that base packages screw up the build process
74 # Avoid that base packages screw up the build process
69 inherit (basePythonPackages)
75 inherit (basePythonPackages)
70 setuptools;
76 setuptools;
General Comments 0
You need to be logged in to leave comments. Login now