diff options
Diffstat (limited to 'net/py-pychromecast/files')
-rw-r--r-- | net/py-pychromecast/files/patch-pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-pychromecast/files/patch-pyproject.toml b/net/py-pychromecast/files/patch-pyproject.toml new file mode 100644 index 000000000000..8095e8b9a4f9 --- /dev/null +++ b/net/py-pychromecast/files/patch-pyproject.toml @@ -0,0 +1,14 @@ +--- pyproject.toml.orig 2024-03-19 20:05:25 UTC ++++ pyproject.toml +@@ -1,9 +1,9 @@ + [build-system] +-requires = ["setuptools~=65.6", "wheel~=0.37.1"] ++requires = ["setuptools>=61", "wheel>=0.37.1"] + build-backend = "setuptools.build_meta" + + [project] +-name = "PyChromecast" ++name = "pychromecast" + version = "14.0.1" + description = "Python module to talk to Google Chromecast." + readme = "README.rst" |