gnu: Remove python2-patsy.

* gnu/packages/statistics.scm (python2-patsy): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:14:39 -04:00
parent b11719f12b
commit 082a6f41c4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2033,9 +2033,6 @@ (define-public python-patsy
;; and is covered by the PSFL. ;; and is covered by the PSFL.
(license (list license:bsd-2 license:psfl)))) (license (list license:bsd-2 license:psfl))))
(define-public python2-patsy
(package-with-python2 python-patsy))
(define-public python-statsmodels (define-public python-statsmodels
(package (package
(name "python-statsmodels") (name "python-statsmodels")