Show More
@@ -0,0 +1,10 | |||||
|
1 | diff -rup zip-1.2.0-orig/pyproject.toml zip-1.2.0/pyproject.toml | |||
|
2 | --- zip-1.2.0-orig/pyproject.toml 2021-03-23 10:55:37.000000000 +0100 | |||
|
3 | +++ zip-1.2.0/pyproject.toml 2021-03-23 10:56:05.000000000 +0100 | |||
|
4 | @@ -1,5 +1,5 @@ | |||
|
5 | [build-system] | |||
|
6 | -requires = ["setuptools>=34.4", "wheel", "setuptools_scm>=1.15"] | |||
|
7 | +requires = ["setuptools<42.0", "wheel", "setuptools_scm<6.0.0"] | |||
|
8 | build-backend = "setuptools.build_meta" | |||
|
9 | ||||
|
10 | [tool.black] |
@@ -108,14 +108,17 self: super: { | |||||
108 | self."setuptools-scm" |
|
108 | self."setuptools-scm" | |
109 | ]; |
|
109 | ]; | |
110 |
|
110 | |||
|
111 | }); | |||
|
112 | ||||
111 | "zipp" = super."zipp".override (attrs: { |
|
113 | "zipp" = super."zipp".override (attrs: { | |
|
114 | patches = [ | |||
|
115 | ./patches/zipp/pyproject.patch | |||
|
116 | ]; | |||
112 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ |
|
117 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ | |
113 | self."setuptools-scm" |
|
118 | self."setuptools-scm" | |
114 | ]; |
|
119 | ]; | |
115 | }); |
|
120 | }); | |
116 |
|
121 | |||
117 | }); |
|
|||
118 |
|
||||
119 | # Avoid that base packages screw up the build process |
|
122 | # Avoid that base packages screw up the build process | |
120 | inherit (basePythonPackages) |
|
123 | inherit (basePythonPackages) | |
121 | setuptools; |
|
124 | setuptools; |
General Comments 0
You need to be logged in to leave comments.
Login now