Show More
@@ -0,0 +1,12 b'' | |||||
|
1 | diff -rup rhodecode-tools-1.4.0-orig/setup.py rhodecode-tools-1.4.0/setup.py | |||
|
2 | --- rhodecode-tools-1.4.0/setup-orig.py 2021-03-11 12:34:45.000000000 +0100 | |||
|
3 | +++ rhodecode-tools-1.4.0/setup.py 2021-03-11 12:34:56.000000000 +0100 | |||
|
4 | @@ -69,7 +69,7 @@ def _get_requirements(req_filename, excl | |||
|
5 | ||||
|
6 | ||||
|
7 | # requirements extract | |||
|
8 | -setup_requirements = ['pytest-runner'] | |||
|
9 | +setup_requirements = ['pytest-runner==5.1.0'] | |||
|
10 | install_requirements = _get_requirements( | |||
|
11 | 'requirements.txt', exclude=['setuptools']) | |||
|
12 | test_requirements = _get_requirements('requirements_test.txt') No newline at end of file |
@@ -292,6 +292,12 b' self: super: {' | |||||
292 | ]; |
|
292 | ]; | |
293 | }); |
|
293 | }); | |
294 |
|
294 | |||
|
295 | "rhodecode-tools" = super."rhodecode-tools".override (attrs: { | |||
|
296 | patches = [ | |||
|
297 | ./patches/rhodecode_tools/setuptools.patch | |||
|
298 | ]; | |||
|
299 | }); | |||
|
300 | ||||
295 | # Avoid that base packages screw up the build process |
|
301 | # Avoid that base packages screw up the build process | |
296 | inherit (basePythonPackages) |
|
302 | inherit (basePythonPackages) | |
297 | setuptools; |
|
303 | setuptools; |
General Comments 0
You need to be logged in to leave comments.
Login now