fix(copyparty): don't dep on python3 (#6697) (#6702)

(cherry picked from commit b12d5f31c1)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-10-07 19:15:02 -07:00
committed by GitHub
parent 4380e509a4
commit 45dffd481d
+3 -9
View File
@@ -2,7 +2,7 @@
Name: %{pypi_name}
Version: 1.19.16
Release: 1%?dist
Release: 2%?dist
Summary: Portable, featureful, and fast file server
URL: https://github.com/9001/copyparty
Source0: %{pypi_source}
@@ -12,7 +12,6 @@ BuildRequires: anda-srpm-macros
BuildRequires: python3-devel python3-pip pyproject-rpm-macros
BuildRequires: python3dist(wheel) python3dist(build) python3dist(jinja2)
BuildRequires: python3dist(setuptools) python3dist(installer)
Requires: python3
Requires: python3-%{name} = %{evr}
Suggests: ffmpeg python3dist(fuse)
BuildArch: noarch
@@ -20,8 +19,7 @@ Packager: Riley Loo <dev@zackerthescar.com>
%description
Portable file server with accelerated resumable uploads, dedup, WebDAV,
FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no
(runtime) deps (other than Python itself)
FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps.
%package -n python3-%{pypi_name}
Requires: python3
@@ -29,10 +27,8 @@ Summary: %{summary}
Requires: %{name} = %{evr}
%description -n python3-%{pypi_name}
Portable file server with accelerated resumable uploads, dedup, WebDAV,
FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no
(runtime) deps (other than Python itself)
FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps.
%prep
%autosetup -n copyparty-%version
@@ -53,8 +49,6 @@ FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no
%files -n python3-%{pypi_name}
%{python3_sitelib}/%{pypi_name}*
%changelog
* Mon Jul 28 2025 Riley Loo <dev@zackerthescar.com>
- Initial package