Message ID | 20190103213452.1829-3-mail@cbaines.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#33759,v2,1/5] gnu: linkchecker: Fix build. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
cbaines/applying patch | success | Successfully applied |
cbaines/applying patch | success | Successfully applied |
cbaines/applying patch | success | Successfully applied |
cbaines/applying patch | success | Successfully applied |
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 852beb73da..550643adb8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -260,12 +260,9 @@ (scandir testdir (match-lambda ((or "." "..") #f) + ("support" #f) (file (not - ;; FIXME: Add the 'support' directory - ;; in the next rebuild cycle, since it - ;; moved in 2.7.14. See also - ;; python2-futures below. (string-prefix? "test_support." file)))))) (call-with-output-file "__init__.py" (const #t))