Skip to content

Commit 2e660ba

Browse files
msimacektimfel
authored andcommitted
Add dist-type to numpy patches
1 parent 8042487 commit 2e660ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
[[rules]]
22
version = '== 1.16.4'
33
patch = 'numpy-1.16.4.patch'
4+
dist-type = 'sdist'
45

56
[[rules]]
67
version = '== 1.19.5'
78
patch = 'numpy-1.19.5.patch'
9+
dist-type = 'sdist'
810

911
[[rules]]
1012
version = '== 1.21.6'
1113
patch = 'numpy-1.21.6.patch'
14+
dist-type = 'sdist'
1215

1316
[[rules]]
1417
version = '== 1.22.4'
1518
patch = 'numpy-1.22.4.patch'
19+
dist-type = 'sdist'
1620

1721
[[rules]]
1822
version = '== 1.23.4'
1923
patch = 'numpy-1.23.4.patch'
24+
dist-type = 'sdist'
2025

2126
[[rules]]
2227
version = '== 1.23.1'
2328
patch = 'numpy-1.23.1.patch'
29+
dist-type = 'sdist'
2430

2531
[[rules]]
2632
# pin 1.23.5
2733
install-priority = 10
2834
version = '== 1.23.5'
2935
patch = 'numpy-1.23.5.patch'
36+
dist-type = 'sdist'

0 commit comments

Comments
 (0)