mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove python2-patsy.
* gnu/packages/statistics.scm (python2-patsy): Delete variable.
This commit is contained in:
parent
b11719f12b
commit
082a6f41c4
1 changed files with 0 additions and 3 deletions
|
@ -2033,9 +2033,6 @@ (define-public python-patsy
|
|||
;; and is covered by the PSFL.
|
||||
(license (list license:bsd-2 license:psfl))))
|
||||
|
||||
(define-public python2-patsy
|
||||
(package-with-python2 python-patsy))
|
||||
|
||||
(define-public python-statsmodels
|
||||
(package
|
||||
(name "python-statsmodels")
|
||||
|
|
Loading…
Reference in a new issue