#4 Make package noarch
Merged 16 days ago by gui1ty. Opened 16 days ago by gui1ty.
rpms/ gui1ty/python-devicely pandas  into  rawhide

file modified
+6 -9
@@ -6,10 +6,6 @@ 

  # We can generate PDF documentation as a substitute.

  %bcond_with doc_pdf

  

- # no debug files

- # package can not be noarch due to the missing dependencies in s390x

- %define debug_package %{nil}

- 

  %global pypi_name devicely

  

  %global forgeurl https://github.com/hpi-dhc/%{pypi_name}
@@ -38,11 +34,7 @@ 

  # https://bugzilla.redhat.com/show_bug.cgi?id=2027046

  ExcludeArch:    s390x

  

- %description %_description

- 

- %package -n python3-%{pypi_name}

- Summary:        %{summary}

- 

+ BuildArch:      noarch

  BuildRequires:  python3-devel

  BuildRequires:  %{py3_dist toml-adapt}

  
@@ -50,6 +42,11 @@ 

  BuildRequires:  %{py3_dist pytest}

  %endif

  

+ %description %_description

+ 

+ %package -n python3-%{pypi_name}

+ Summary:        %{summary}

+ 

  %description -n python3-%{pypi_name} %_description

  

  %package doc

It seems this package was made arched for the missing pyedflib dependency in s390x. The arch can still be excluded for a noarch package. Being noarch, devicely no longer depends on python3-pandas.i686.

This PR applies on top of PRs #3 and #2. In other words, merge order: #3, #2, this.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/f0a2077a34874f839a1284f7c7cc035c

rebased onto aa47ec6

16 days ago

This looks good to me.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/b4feda409d5b415ba0f13ecb4a90cb0f

Pull-Request has been merged by gui1ty

16 days ago
Metadata