diff --git a/python/python-html5lib/centos/python-html5lib.spec b/python/python-html5lib/centos/python-html5lib.spec
index 85fd4bd7b..1507688f7 100644
--- a/python/python-html5lib/centos/python-html5lib.spec
+++ b/python/python-html5lib/centos/python-html5lib.spec
@@ -37,7 +37,7 @@ Python library for parsing HTML
%endif # with_python3
%prep
-%setup
+%setup -q -n html5lib-%{version}
%build
diff --git a/python/python-webencodings/centos/python-webencodings.spec b/python/python-webencodings/centos/python-webencodings.spec
index a9f88b605..507e99a33 100644
--- a/python/python-webencodings/centos/python-webencodings.spec
+++ b/python/python-webencodings/centos/python-webencodings.spec
@@ -23,7 +23,7 @@ Summary: This is a Python implementation of the WHATWG Encoding standard.
This is a Python implementation of the WHATWG Encoding standard.
%prep
-%setup
+%setup -q -n webencodings-%{version}
%build
export PBR_VERSION=%{version}