diff --git a/_servicedata b/_servicedata
index 8cdbbfd..623fbc3 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/openSUSE/python-rpm-macros.git
- da4c63c3f7e3d7d6899ea9698c928ba145ed2b19
\ No newline at end of file
+ 8e390130273e5c31158c8c829970d378d62e74ae
\ No newline at end of file
diff --git a/python-rpm-macros-20191104.08e6493.tar.bz2 b/python-rpm-macros-20191104.08e6493.tar.bz2
deleted file mode 100644
index c544d05..0000000
--- a/python-rpm-macros-20191104.08e6493.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c89b9769fb0dd76968fa30c5bf638f0af91a8b51961467e05494a53ca7cbb48a
-size 12892
diff --git a/python-rpm-macros-20200117.8e39013.tar.bz2 b/python-rpm-macros-20200117.8e39013.tar.bz2
new file mode 100644
index 0000000..025e1e8
--- /dev/null
+++ b/python-rpm-macros-20200117.8e39013.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4a815bce1965d1ee6bd47cfa4c378846338fbe321b310032ce8f37098de2cae2
+size 13769
diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes
index 08b6490..ee792ca 100644
--- a/python-rpm-macros.changes
+++ b/python-rpm-macros.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Mon Jan 20 18:35:19 UTC 2020 - Neal Gompa
+
+- Add python-rpm-generators to express setuptools dependency for generator
+
+-------------------------------------------------------------------
+Fri Jan 17 13:09:29 UTC 2020 - Neal Gompa
+
+- Update to version 20200117.8e39013:
+ * Add macros related to the Python dist metadata dependency generator
+
-------------------------------------------------------------------
Mon Nov 04 10:10:58 UTC 2019 - mcepl@cepl.eu
diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec
index f0e4c6b..d5d0bf1 100644
--- a/python-rpm-macros.spec
+++ b/python-rpm-macros.spec
@@ -17,7 +17,7 @@
Name: python-rpm-macros
-Version: 20191104.08e6493
+Version: 20200117.8e39013
Release: 0
Summary: RPM macros for building of Python modules
License: WTFPL
@@ -27,6 +27,8 @@ Source: python-rpm-macros-%{version}.tar.bz2
# Fedora compatibility
Provides: python2-rpm-macros
Provides: python3-rpm-macros
+# To keep user expectations reasonably sane
+Recommends: python-rpm-generators
BuildArch: noarch
%description
@@ -34,6 +36,18 @@ This package contains SUSE RPM macros for Python build automation.
You should BuildRequire this package unless you are sure that you
are only building for distros newer than Leap 42.2
+%package -n python-rpm-generators
+Summary: Dependency generator dependencies for Python RPMs
+Requires: %{name} = %{version}-%{release}
+# Fedora compatibility
+Provides: python3-rpm-generators
+# For the dep generator macros
+Requires: python3-setuptools
+
+%description -n python-rpm-generators
+This package contains the dependencies for Python RPMs to generate
+dependencies automatically.
+
%prep
%setup -q
%if 0%{?suse_version} < 1330
@@ -52,4 +66,7 @@ install -m 644 macros.python_all %{buildroot}%{_rpmconfigdir}/macros.d/
%doc README.md
%{_rpmconfigdir}/macros.d/macros.python_all
+%files -n python-rpm-generators
+# Nothing here for now...
+
%changelog