#8 Package the email extra
Merged 2 years ago by frantisekz. Opened 2 years ago by churchyard.
rpms/ churchyard/python-wtforms extra  into  rawhide

file modified
+8 -2
@@ -2,7 +2,7 @@ 

  

  Name:           python-wtforms

  Version:        3.0.1

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Forms validation and rendering library for python

  

  License:        BSD
@@ -28,8 +28,11 @@ 

  and keep those messy parameters out of your python code.

  

  

+ %pyproject_extras_subpkg -n python3-wtforms email

+ 

+ 

  %generate_buildrequires

- %pyproject_buildrequires -r

+ %pyproject_buildrequires -rx email

Adding -x extra to %pyproject_buildrequires was not necessary but I added it anyway, to prevent the package from building in case the extra has unresolvable dependencies.

  

  

  %prep
@@ -55,6 +58,9 @@ 

  

  

  %changelog

+ * Thu May 12 2022 Miro Hrončok <mhroncok@redhat.com> - 3.0.1-3

+ - Package the email extra

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

no initial comment

Adding -x extra to %pyproject_buildrequires was not necessary but I added it anyway, to prevent the package from building in case the extra has unresolvable dependencies.

Build succeeded.

Pull-Request has been merged by frantisekz

2 years ago
Metadata