py-pyperclip: add 1.8.2 and missing xclip dependency (#24970)
This commit is contained in:
parent
b46061aa42
commit
72fb3f768f
@ -12,6 +12,8 @@ class PyPyperclip(PythonPackage):
|
|||||||
homepage = "https://github.com/asweigart/pyperclip"
|
homepage = "https://github.com/asweigart/pyperclip"
|
||||||
pypi = "pyperclip/pyperclip-1.7.0.tar.gz"
|
pypi = "pyperclip/pyperclip-1.7.0.tar.gz"
|
||||||
|
|
||||||
|
version('1.8.2', sha256='105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57')
|
||||||
version('1.7.0', sha256='979325468ccf682104d5dcaf753f869868100631301d3e72f47babdea5700d1c')
|
version('1.7.0', sha256='979325468ccf682104d5dcaf753f869868100631301d3e72f47babdea5700d1c')
|
||||||
|
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('xclip', type='run', when='platform=linux')
|
||||||
|
Loading…
Reference in New Issue
Block a user