py-pil: deprecate package (#30308)
This commit is contained in:
parent
b8015a71e9
commit
0b23f1be05
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class PyPil(PythonPackage):
|
|||
homepage = "https://pillow.readthedocs.io/en/stable/"
|
||||
url = "http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz"
|
||||
|
||||
version('1.1.7', sha256='895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211')
|
||||
version('1.1.7', sha256='895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211', deprecated=True)
|
||||
|
||||
provides('pil')
|
||||
provides('pil@1.1.7', when='@1.1.7')
|
||||
|
|
Loading…
Reference in a new issue