diff --git a/python-html5-parser.changes b/python-html5-parser.changes
index 144f464..14ceb62 100644
--- a/python-html5-parser.changes
+++ b/python-html5-parser.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Feb 5 12:02:41 UTC 2019 - Hans-Peter Jansen
+
+- add pkgconfig build dependency
+
-------------------------------------------------------------------
Wed Jun 27 17:15:29 UTC 2018 - ecsos@opensuse.org
diff --git a/python-html5-parser.spec b/python-html5-parser.spec
index e865d25..d4b6999 100644
--- a/python-html5-parser.spec
+++ b/python-html5-parser.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-html5-parser
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -31,6 +31,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module lxml >= 3.8.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libxml-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build