mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-rarfile.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): New variables. * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
This commit is contained in:
parent
13edb0e5c3
commit
064503aaa2
3 changed files with 47 additions and 0 deletions
14
gnu/packages/patches/python-rarfile-fix-tests.patch
Normal file
14
gnu/packages/patches/python-rarfile-fix-tests.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
There is no test.sh, but there are test1.sh and test2.sh.
|
||||
|
||||
diff --git a/test/Makefile b/test/Makefile
|
||||
index 027bc5f..5383db3 100644
|
||||
--- a/test/Makefile
|
||||
+++ b/test/Makefile
|
||||
@@ -1,5 +1,6 @@
|
||||
test:
|
||||
- ./test.sh
|
||||
+ ./test1.sh
|
||||
+ ./test2.sh
|
||||
|
||||
clean:
|
||||
rm -rf __pycache__
|
Loading…
Add table
Add a link
Reference in a new issue